home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1254 / vendinfo.diz < prev    next >
VENDINFO  |  1997-04-18  |  14KB  |  311 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.04, produced by VendEdit v1.30, 27-Oct-1996
  7.  
  8. ===== Product Information ==============================
  9.    Product:             Year Input Programmer Tool
  10.    Version:             1.10
  11.    Version Date:        28-Oct-1996
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Demonstration product, freely distributable by all channels
  15.  
  16.    Product Description: YearIn v1.1 - Demonstrates a routine that 
  17.                         properly handles two-digit year inputs and 
  18.                         differences for the current and next century.
  19.                         In addition, this routine is incorporated 
  20.                         into an edit box that expands a two-digit 
  21.                         year into a four-digit year when you move 
  22.                         away from it. Registered users will receive 
  23.                         the source code for this routine and edit 
  24.                         box. FileJockey shareware: $10 to $5000 (CIS:
  25.                         GO SWREG #11545). [Windows 3.1]
  26.    Reason for version:  year differences; dynamic edit box
  27.  
  28.    Category:            Database applications; Software tools & add-
  29.                         ins; For multiple programs
  30.    Keywords:            2000 CENTURY MILLENNIUM YEAR DATE CLOCK C C++
  31.                         FORTRAN COBOL
  32.    Required Packages:   YEARIN11
  33.    This Package:        YEARIN11
  34.  
  35.    Required Configuration
  36.       Processor Family: Intel 80x86 (minimum 80286 (AT))
  37.       Minimum OS:       MS-DOS 3.0
  38.       Standard RAM:     640K
  39.       Hard Drive Space: 128K
  40.       Required:
  41.          Keyboard
  42.  
  43.    Orders:
  44.       Address:          FileJockey Software
  45.                         289 S. Robertson Blvd.
  46.                         Suite 373
  47.                         Beverly Hills, CA 90211
  48.                         USA
  49.  
  50.    Support:
  51.       Address:          FileJockey Software
  52.                         289 S. Robertson Blvd.
  53.                         Suite 373
  54.                         Beverly Hills, CA 90211
  55.                         USA
  56.       FAX:              (310) 278-8495
  57.       CompuServe:       71573,1023
  58.       Internet:         71573.1023@compuserve.com
  59.  
  60.  
  61. ===== Information for Users ("READ-ME") ================
  62.  
  63.                      YearIn 1.1 Quick Guide
  64.             DEMO: Two-Digit Year Input or Difference
  65.          Copyright (c) 1995-1996 by David M. Wincelberg
  66.  
  67.  
  68.                             Overview
  69.  
  70. This program demonstrates a routine that properly handles two-
  71. digit year inputs and differences for the current and next
  72. century.  For example, 98 converts to 1998 and 3 becomes 2003.
  73. The pair of partial years (90, 95) converts to (1890, 1995) for a
  74. difference of 105 years.  In addition, this routine is
  75. incorporated into an edit box or data-entry field that expands a
  76. two-digit year into a four-digit year when you move away from it.
  77. Thus, YearIn's year-resolution routine virtually eliminates the
  78. need to enter four-digit years and allows databases that use two-
  79. digit years to continue to be usable in the 21st century.
  80.  
  81.      To use YearIn in Windows 3.1 or 95, start YEARIN.EXE, click
  82. on the Input menu, and select either A Year, Year Difference,
  83. Examples, or Dynamic Edit Box.  For the first option, enter a
  84. one-, two-, or three-digit year and click on the OK button or
  85. press Enter to close the dialog box.  The input and the result
  86. will appear in a scrolling list in YearIn's main window.  In
  87. addition, you may set the active year in this dialog box to some
  88. year other than the current one.  For example, try entering 98
  89. for active years 1996 and 2000.  You will get the same four-digit
  90. year.
  91.  
  92.      The year-difference option will produce a dialog box that
  93. accepts a pair of two-digit years and allows setting the active
  94. year and the minimum difference between years.  Try entering 90
  95. and 95 to get a difference of 105 years.  The inputs and outputs
  96. for this calculation will also appear in the main window.  The
  97. primary benefit of the year-difference logic is that databases
  98. that use two-digit years to store birth and current (or death)
  99. years do NOT need to be modified.  Following is the sample output
  100. from this program that is generated by selecting the Examples
  101. option.
  102.  
  103.  
  104. Input(s)     Full Year(s)     Difference     Active Year  MinDiff
  105. --------     ------------     ----------     -----------  -------
  106.    98            1998                           1996
  107.     3            2003                           1996
  108.    98            1998                           2000
  109.     3            2003                           2000
  110.   3, 98       1903, 1998          95            1996        25
  111.  90, 95       1890, 1995         105            1996        25
  112.   3, 98       1903, 1998          95            2000        25
  113.  90, 95       1890, 1995         105            2000        25
  114.    75            1975                           1996
  115.    75            2075                           2060
  116.  
  117.  
  118.      Selecting the Dynamic Edit Box option will present an edit
  119. box (or data-entry field) that converts a partial year input into
  120. a four-digit year when you move away from it by clicking on
  121. another entry field, selecting a button, or using a keyboard
  122. command.  This edit box is designed to relieve data-entry
  123. personnel from repeatedly having to type all four digits of an
  124. input year.
  125.  
  126.      YearIn is a freely-distributable $10 to $5000 shareware
  127. program by FileJockey Software, which can be reached by e-mail
  128. (71573.1023 @compuserve.com) or postal mail (289 S. Robertson
  129. Blvd., Suite 373, Beverly Hills, CA 90211).  Registered users
  130. will receive the C/C++/Fortran/COBOL source code for this routine
  131. and the C++ source code for this edit box.  FileJockey Software
  132. is also maintaining a list of year-2000 articles in YR2000.TXT in
  133. CompuServe's OAFORUM and PCPROG forums.
  134.  
  135.  
  136.  
  137.                        Files in YearIn.ZIP
  138.  
  139.  
  140. README.TXT          This file.
  141.  
  142. WHATSNEW.TXT        Describes changes since version 1.0.
  143.  
  144. YEARIN.EXE          Windows 3.1 program to demonstrate the year-
  145.                     conversion routine.
  146.  
  147. YEARIN.HLP          Full documentation file in Windows 3.1 help
  148.                     format.  This file can be run from the
  149.                     Windows 3.1 Program Manager and the Windows
  150.                     95 Explorer.
  151.  
  152. YEARIN.REG          The license-and-registration payment form.
  153.  
  154. FILE_ID.DIZ         Description of YearIn to be used on-line or
  155.                     in catalogs.
  156.  
  157. VENDINFO.DIZ        Contains vendor-distribution information in a
  158.                     computer-readable format.  It also has YearIn
  159.                     installation instructions, much of
  160.                     README.TXT, and a copy of the license
  161.                     agreement.  The first part of VENDINFO.DIZ is
  162.                     human readable, while the second part
  163.                     requires a program such as the free VENDVIEW.
  164.                     On CompuServe, GO ZENITH for this viewer as
  165.                     file VNDVUE.ZIP in Library 6.
  166.  
  167.  
  168.  
  169. To print this file from DOS, enter:
  170.  
  171.                       COPY README.TXT > PRN
  172.  
  173. This file is formatted for printing on any printer.  (Ignore the
  174. characters at the left margin -- they tell the printer to advance
  175. to the next page.)  To see this file on the screen, use an editor
  176. or enter:
  177.  
  178.                      TYPE README.TXT | MORE
  179.  
  180.  
  181. All (registered) trademarks and (registered) service marks are
  182. properties of their respective companies.
  183.  
  184.  
  185. ===== Packing List =====================================
  186.  
  187. As released by the author or publisher, this package contained the
  188. following files in addition to this VENDINFO.DIZ:
  189.  
  190.         Filename      Size     Date       Time     CRC32
  191.       FILE_ID.DIZ      434  28-Oct-1996  01:10a   E07904F4
  192.        YEARIN.EXE    94176  28-Oct-1996  01:10a   BACB150F
  193.        YEARIN.HLP    33532  28-Oct-1996  01:10a   B541948B
  194.        YEARIN.REG     1405  28-Oct-1996  01:10a   5C6EFBC4
  195.        README.TXT     5949  28-Oct-1996  01:10a   042E4332
  196.      WHATSNEW.TXT     1466  28-Oct-1996  01:10a   66808F69
  197.  
  198.  
  199. ===== Installation =====================================
  200.  
  201. To install YEARIN onto disk, make a new directory and change to it using
  202. DOS commands such as:
  203.  
  204.                                    c:
  205.                                md \yearin
  206.                                cd \yearin
  207.  
  208. Copy YEARIN.ZIP file to this directory and expand it:
  209.  
  210.                    copy [drive:][directory]yearin.zip
  211.                              pkunzip yearin
  212.  
  213. where [drive:][directory] specifies the location where YEARIN.ZIP is
  214. currently stored.  Alternatively, use a program such as WinZIP or Norton
  215. Navigator for Windows 95 to copy or move the .ZIP file and unzip the
  216. individual files.
  217.  
  218.  
  219. Windows 3.1:
  220. If desired, copy YEARIN to a group from File Manager by first opening
  221. File Manager and the group.  Then find YEARIN.EXE and drag it with your
  222. mouse to the group.
  223.  
  224.  
  225. Windows 95:
  226. If desired, use Explorer to find YEARIN.EXE and right drag it to your
  227. desktop.  After confirming your action, this will create a shortcut for
  228. running YEARIN.
  229.  
  230.  
  231. ===== Warranty =========================================
  232.  
  233. FileJockey Software hereby alerts you that YearIn 1.1 and its
  234. accompanying documentation are provided "AS IS" without warranty of any
  235. kind.  You assume all risks involving use of this Software and its
  236. results and performance.
  237.  
  238.  
  239. ===== License for Use and Distribution =================
  240.  
  241. This is a legal agreement between you ("Licensee") and FileJockey
  242. Software ("Licensor").  Licensor owns all worldwide rights, title,
  243. copyright and other interests in and to the demonstration computer
  244. program identified as YearIn 1.1 ("Software").  By using the Software,
  245. you are agreeing to be bound by the following terms:
  246.  
  247. 1.   Licensor grants to Licensee the non-exclusive and non-assignable
  248. right to use the Software without paying a fee to Licensor.
  249.  
  250. 2.   Licensee may distribute copies of the Software and related files to
  251. others provided Licensee informs the recipients that the Software is
  252. subject to a license agreement.  The attached VENDINFO data record is
  253. hereby incorporated by reference.  Any distribution satisfying all the
  254. distribution requirements expressed in that data record is hereby
  255. authorized.
  256.  
  257. 3.   Licensor hereby alerts Licensee that the Software and accompanying
  258. documentation are provided "AS IS" without warranty of any kind.
  259. Licensee assumes all risks involving use of the Software and its results
  260. and performance.
  261.  
  262. 4.   Licensee hereby acknowledges that Licensor bears no responsibility
  263. or liability which may arise or result from Licensee's use of the
  264. Software.  Licensee hereby waives and releases Licensor from any and all
  265. claims for damages, losses and costs therefrom.  In no event shall
  266. Licensor's liability for any damages ever exceed the price paid for
  267. license and registration, regardless of the form of the claim.
  268.  
  269. 5.   This license agreement shall be construed and enforced in
  270. accordance with the laws of the State of California.  This agreement may
  271. not be modified except by written instrument signed by both parties.  If
  272. any provisions of this agreement are found to be invalid or
  273. unenforceable by the operation of the law, then invalidity or
  274. unenforceability of such provision(s) shall not affect the validity or
  275. enforceability of the other provisions of this agreement.  Any dispute
  276. arising from this agreement shall be submitted to California courts
  277. located in Los Angeles County, and Licensee hereby submits to the
  278. jurisdiction of such courts.
  279.  
  280.  
  281. ===== About VENDINFO Files =============================
  282.  
  283. Each VENDINFO.DIZ file contains extensive information about a product.
  284. This "human-readable" section is followed by a compressed data record
  285. useable by automated tools.  The data record allows BBSes and other
  286. distributors to automate package handling, and provides users with a
  287. wealth of product information.  VENDINFO tools (free viewer for users,
  288. free or inexpensive processors for distributors, editors for authors)
  289. are available from many sources, including the originators of VENDINFO:
  290.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  291.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  292.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  293.  
  294.  
  295. ===== Compressed Data Record Follows ===================
  296.  
  297. PK
  298. Ut[!╘"┤╘-£#    VENDDATA.%
  299. 
  300. '
  301. 
  302.  W+;k+
  303. ù≈≈τ¡uJ4⌐SúO$XÉ,└Ç[C≥òA∙╧╤9╞Σ<Γ≡╞Å⌠╛Z└ß╣εJÜπδ┼|f-V.╚ñnß╓ÑcMà*≈φY╣a█╢-πz¬o▀▓A┼ìΘ2&LÇ\Cµ┴╓d╙Ü5√▓n╟û¥╗â±y▌ⁿ>φXÉe*Oñ╪╖xN╝}f-T╩ë╠"~ëQî╗ü╬╛┌    
  304. £─Yâ┤≤TÄ╜íBóE¢>╒∙╗o[M{å»ëe╛A<º╘P3êΓâ╧û≤e█╛u;ù╬■Θñ92,⺲┤n╦éñïr■çπx8αg¢Dπ▌ÆeZ:    ùL┬\I°4    +█pnu1aé4├qéWⁿ▒uσDû¿A}<╤π╩τu    éΩúM;╟](╞≡cj≈┬Ü cΘ╛a}ÿ╝α╗╘S╨;_^âlΣ╫╖Wéα¢─u7,Ö⌐¢ª ,VôαqTºαòp╝αÿk<^8╓ÖYQ,TW1δU£⌠▒îⁿ─~╩âÇ√v╦h∙▐s⌡═╨┐═δΘ0┤R╦á╬└Φñⁿ║s w²╗i┘dÄï∙iZU╙zt╟P▌71╬à═¬Ö!╢Y⌐ÄñΩ∙F|_VΘ█▒k╦ÉÄ╦;■¥┴σ$ñrùdMÿ0añσ╨ñS&⌠)╚⌐WÑ=
  305. rDÅφ5i╓L┴█¡WñO÷φ¥ε╧Θ╗j*PAÑpy%TRADP±ÿ╟A¿b/*¿╪ Ç
  306. AΓòP1Aⁿö`x@àΓº`~»!┴Φî=╩-■τ h φ@á7 àa░Æ!Rf üjCD É╘ñ 0Ç!;@ ±Çñí╨░┬Ü┼░    ≈_
  307. ░²╠╠1╓<ƒ┴\|áîú▓├;╒¬R│élÜö)┼;MZ╡)ê5ærqöj╬3}:tIß┐ràܱOÑRò╘╔Γƒ
  308. }╩ä£N4¼▌4å7╤2╦ÿ ├┘è∙2ⁿ *¡L┴£·╓,âBÑ╦─Ö#t╧ù·f9εä▄â╩╓.Y₧rj¥²&⌠ƒysF/]hY;U:╔ÿ╛s·▄
  309. 2'Lk|Γ¬Sâ╠x¼²AΓ─┬E9O ö e▐─┘'═£5&æ╓ÿⁿL£2╘jæ7╛▄A°│á┐╠─¿.ê5φ█┬Y╤¬%è┌"Ü╥\(i1Oü╢ôÉ HXö4éÆ-²&]üDÇ█Aå>└-çT9c#▐å}=óà╪O╞M╝*qτ,┘5█4$┬╬-├╝¬ [ë¼Q╬F╚÷9örÇArzâ╕│°▀¥┼H┬\xM« 4.█Ö.⌐█▒┌_▄ └²▄ └¡PK
  310. Ut[!╘"┤╘-£#     VENDDATA.PK*T